Html Css Color HEX #422BCE Purple Heart

📋 copy color: '#422BCE'

red 66 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #422BCE

Tints of Purple Heart #422BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 20.95%
G = 13.65%
B = 65.4%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#422BCE (or 0x422BCE) is known color: Purple Heart. HEX triplet: 42, 2B and CE. RGB value is (66,43,206). Sum of RGB (Red+Green+Blue) = 66+43+206=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #422BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BCE is #BDD431. Grayscale: #434343. Windows color (decimal): -12440626 or 13511490. OLE color: 13511490.

HSL color Cylindrical-coordinate representation of color #422BCE: hue angle of 248.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422BCE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 43 206 -
CMYK 0.68 0.79 0 0.19
HSL 248.47º 0.65% 0.49% -
HSV(B) 248.47º 0.79% 0.81% -
XYZ 14.25 7.34 59.06 -
YUV 68.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 66 43 206 0.68 0.79 0 0.19 248.47 0.65 0.49
Hex 42 2B CE 44 4F 0 13 F8 41 31
Octal 102 53 316 104 117 0 23 370 101 61
Binary 1000010 101011 11001110 1000100 1001111 0 10011 11111000 1000001 110001

Color Harmonies of #422BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BCE

Black with #422BCE

Text Example


Text Example

White with #422BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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