Html Css Color HEX #661FB2 Purple Heart

📋 copy color: '#661FB2'

red 102 ◦ green 31 ◦ blue 178

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

Shades of Purple Heart #661FB2

Tints of Purple Heart #661FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 178 (69.92% from 255) = 57.23%

R = 32.8%
G = 9.97%
B = 57.23%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#661FB2 (or 0x661FB2) is known color: Purple Heart. HEX triplet: 66, 1F and B2. RGB value is (102,31,178). Sum of RGB (Red+Green+Blue) = 102+31+178=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #661FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FB2 is #99E04D. Grayscale: #444444. Windows color (decimal): -10084430 or 11673446. OLE color: 11673446.

HSL color Cylindrical-coordinate representation of color #661FB2: hue angle of 268.98º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661FB2 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 31 178 -
CMYK 0.43 0.83 0 0.30
HSL 268.98º 0.7% 0.41% -
HSV(B) 268.98º 0.83% 0.7% -
XYZ 14.01 7.02 42.74 -
YUV 68.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 102 31 178 0.43 0.83 0 0.30 268.98 0.7 0.41
Hex 66 1F B2 2B 53 0 1E 10D 46 29
Octal 146 37 262 53 123 0 36 415 106 51
Binary 1100110 11111 10110010 101011 1010011 0 11110 100001101 1000110 101001

Color Harmonies of #661FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661FB2

Black with #661FB2

Text Example


Text Example

White with #661FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661FB2; }

 p { color: rgb(102,31,178); }

 H1.HeaderClassName
 {
   color: #661FB2;
 }
 .AnyTagClassName
 {
   color: #661FB2;
 }
</style>

background-color css

<style>
 a { background-color: #661FB2; }

 a { background-color: rgb(102,31,178); }

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

border-color css

<style>
 span { border-color: #661FB2; }

 span { border-color: rgb(102,31,178); }

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