Html Css Color HEX #6607BE Purple Heart

📋 copy color: '#6607BE'

red 102 ◦ green 7 ◦ blue 190

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

Shades of Purple Heart #6607BE

Tints of Purple Heart #6607BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 34.11%
G = 2.34%
B = 63.55%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6607BE (or 0x6607BE) is known color: Purple Heart. HEX triplet: 66, 07 and BE. RGB value is (102,7,190). Sum of RGB (Red+Green+Blue) = 102+7+190=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #6607BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607BE is #99F841. Grayscale: #373737. Windows color (decimal): -10090562 or 12453734. OLE color: 12453734.

HSL color Cylindrical-coordinate representation of color #6607BE: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607BE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 7 190 -
CMYK 0.46 0.96 0 0.25
HSL 271.15º 0.93% 0.39% -
HSV(B) 271.15º 0.96% 0.75% -
XYZ 14.85 6.69 49.22 -
YUV 56.27 203.47 160.62 -
System Red Green Blue C M Y K H S L
Decimal 102 7 190 0.46 0.96 0 0.25 271.15 0.93 0.39
Hex 66 7 BE 2E 60 0 19 10F 5D 27
Octal 146 7 276 56 140 0 31 417 135 47
Binary 1100110 111 10111110 101110 1100000 0 11001 100001111 1011101 100111

Color Harmonies of #6607BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607BE

Black with #6607BE

Text Example


Text Example

White with #6607BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6607BE; }

 p { color: rgb(102,7,190); }

 H1.HeaderClassName
 {
   color: #6607BE;
 }
 .AnyTagClassName
 {
   color: #6607BE;
 }
</style>

background-color css

<style>
 a { background-color: #6607BE; }

 a { background-color: rgb(102,7,190); }

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

border-color css

<style>
 span { border-color: #6607BE; }

 span { border-color: rgb(102,7,190); }

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