Html Css Color HEX #6615CF Purple Heart

📋 copy color: '#6615CF'

red 102 ◦ green 21 ◦ blue 207

#6615CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6615CF

Tints of Purple Heart #6615CF

RGB

 RED value IS 102 (40.23% from 255) = 30.91%

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 30.91%
G = 6.36%
B = 62.73%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6615CF (or 0x6615CF) is known color: Purple Heart. HEX triplet: 66, 15 and CF. RGB value is (102,21,207). Sum of RGB (Red+Green+Blue) = 102+21+207=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6615CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6615CF is #99EA30. Grayscale: #414141. Windows color (decimal): -10086961 or 13571430. OLE color: 13571430.

HSL color Cylindrical-coordinate representation of color #6615CF: hue angle of 266.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6615CF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 21 207 -
CMYK 0.51 0.90 0 0.19
HSL 266.13º 0.82% 0.45% -
HSV(B) 266.13º 0.9% 0.81% -
XYZ 17.01 7.87 59.65 -
YUV 66.42 207.34 153.38 -
System Red Green Blue C M Y K H S L
Decimal 102 21 207 0.51 0.90 0 0.19 266.13 0.82 0.45
Hex 66 15 CF 33 5A 0 13 10A 52 2D
Octal 146 25 317 63 132 0 23 412 122 55
Binary 1100110 10101 11001111 110011 1011010 0 10011 100001010 1010010 101101

Color Harmonies of #6615CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6615CF

Black with #6615CF

Text Example


Text Example

White with #6615CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6615CF; }

 p { color: rgb(102,21,207); }

 H1.HeaderClassName
 {
   color: #6615CF;
 }
 .AnyTagClassName
 {
   color: #6615CF;
 }
</style>

background-color css

<style>
 a { background-color: #6615CF; }

 a { background-color: rgb(102,21,207); }

 div.DivClassName
 {
   background-color: #6615CF;
 }
 .BgClassName
 {
   background-color: #6615CF;
 }
</style>

border-color css

<style>
 span { border-color: #6615CF; }

 span { border-color: rgb(102,21,207); }

 td.TdClassName
 {
   border-color: #6615CF;
 }
 .TagClassName
 {
   border-color: #6615CF;
 }
</style>