Html Css Color HEX #6641CF Purple Heart

📋 copy color: '#6641CF'

red 102 ◦ green 65 ◦ blue 207

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

Shades of Purple Heart #6641CF

Tints of Purple Heart #6641CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 27.27%
G = 17.38%
B = 55.35%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6641CF (or 0x6641CF) is known color: Purple Heart. HEX triplet: 66, 41 and CF. RGB value is (102,65,207). Sum of RGB (Red+Green+Blue) = 102+65+207=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6641CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641CF is #99BE30. Grayscale: #5B5B5B. Windows color (decimal): -10075697 or 13582694. OLE color: 13582694.

HSL color Cylindrical-coordinate representation of color #6641CF: hue angle of 255.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6641CF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 65 207 -
CMYK 0.51 0.69 0 0.19
HSL 255.63º 0.6% 0.53% -
HSV(B) 255.63º 0.69% 0.81% -
XYZ 18.63 11.11 60.19 -
YUV 92.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 102 65 207 0.51 0.69 0 0.19 255.63 0.6 0.53
Hex 66 41 CF 33 45 0 13 100 3C 35
Octal 146 101 317 63 105 0 23 400 74 65
Binary 1100110 1000001 11001111 110011 1000101 0 10011 100000000 111100 110101

Color Harmonies of #6641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641CF

Black with #6641CF

Text Example


Text Example

White with #6641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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