Html Css Color HEX #422BC3 Purple Heart

📋 copy color: '#422BC3'

red 66 ◦ green 43 ◦ blue 195

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

Shades of Purple Heart #422BC3

Tints of Purple Heart #422BC3

RGB

 RED value IS 66 (26.17% from 255) = 21.71%

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 195 (76.56% from 255) = 64.14%

R = 21.71%
G = 14.14%
B = 64.14%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#422BC3 (or 0x422BC3) is known color: Purple Heart. HEX triplet: 42, 2B and C3. RGB value is (66,43,195). Sum of RGB (Red+Green+Blue) = 66+43+195=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #422BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BC3 is #BDD43C. Grayscale: #424242. Windows color (decimal): -12440637 or 12790594. OLE color: 12790594.

HSL color Cylindrical-coordinate representation of color #422BC3: hue angle of 249.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422BC3 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 43 195 -
CMYK 0.66 0.78 0 0.24
HSL 249.08º 0.64% 0.47% -
HSV(B) 249.08º 0.78% 0.76% -
XYZ 12.96 6.83 52.26 -
YUV 67.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 66 43 195 0.66 0.78 0 0.24 249.08 0.64 0.47
Hex 42 2B C3 42 4E 0 18 F9 40 2F
Octal 102 53 303 102 116 0 30 371 100 57
Binary 1000010 101011 11000011 1000010 1001110 0 11000 11111001 1000000 101111

Color Harmonies of #422BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BC3

Black with #422BC3

Text Example


Text Example

White with #422BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422BC3; }

 p { color: rgb(66,43,195); }

 H1.HeaderClassName
 {
   color: #422BC3;
 }
 .AnyTagClassName
 {
   color: #422BC3;
 }
</style>

background-color css

<style>
 a { background-color: #422BC3; }

 a { background-color: rgb(66,43,195); }

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

border-color css

<style>
 span { border-color: #422BC3; }

 span { border-color: rgb(66,43,195); }

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