Html Css Color HEX #660FBE Purple Heart

📋 copy color: '#660FBE'

red 102 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #660FBE

Tints of Purple Heart #660FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 33.22%
G = 4.89%
B = 61.89%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#660FBE (or 0x660FBE) is known color: Purple Heart. HEX triplet: 66, 0F and BE. RGB value is (102,15,190). Sum of RGB (Red+Green+Blue) = 102+15+190=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #660FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FBE is #99F041. Grayscale: #3C3C3C. Windows color (decimal): -10088514 or 12455782. OLE color: 12455782.

HSL color Cylindrical-coordinate representation of color #660FBE: hue angle of 269.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FBE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 15 190 -
CMYK 0.46 0.92 0 0.25
HSL 269.83º 0.85% 0.4% -
HSV(B) 269.83º 0.92% 0.75% -
XYZ 14.94 6.88 49.26 -
YUV 60.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 102 15 190 0.46 0.92 0 0.25 269.83 0.85 0.4
Hex 66 F BE 2E 5C 0 19 10E 55 28
Octal 146 17 276 56 134 0 31 416 125 50
Binary 1100110 1111 10111110 101110 1011100 0 11001 100001110 1010101 101000

Color Harmonies of #660FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FBE

Black with #660FBE

Text Example


Text Example

White with #660FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660FBE; }

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

 H1.HeaderClassName
 {
   color: #660FBE;
 }
 .AnyTagClassName
 {
   color: #660FBE;
 }
</style>

background-color css

<style>
 a { background-color: #660FBE; }

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

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

border-color css

<style>
 span { border-color: #660FBE; }

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

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