Html Css Color HEX #6607BA Purple Heart

📋 copy color: '#6607BA'

red 102 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #6607BA

Tints of Purple Heart #6607BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 34.58%
G = 2.37%
B = 63.05%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6607BA (or 0x6607BA) is known color: Purple Heart. HEX triplet: 66, 07 and BA. RGB value is (102,7,186). Sum of RGB (Red+Green+Blue) = 102+7+186=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #6607BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607BA is #99F845. Grayscale: #373737. Windows color (decimal): -10090566 or 12191590. OLE color: 12191590.

HSL color Cylindrical-coordinate representation of color #6607BA: hue angle of 271.84º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607BA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 7 186 -
CMYK 0.45 0.96 0 0.27
HSL 271.84º 0.93% 0.38% -
HSV(B) 271.84º 0.96% 0.73% -
XYZ 14.42 6.52 46.95 -
YUV 55.81 201.47 160.95 -
System Red Green Blue C M Y K H S L
Decimal 102 7 186 0.45 0.96 0 0.27 271.84 0.93 0.38
Hex 66 7 BA 2D 60 0 1B 110 5D 26
Octal 146 7 272 55 140 0 33 420 135 46
Binary 1100110 111 10111010 101101 1100000 0 11011 100010000 1011101 100110

Color Harmonies of #6607BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607BA

Black with #6607BA

Text Example


Text Example

White with #6607BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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