Html Css Color HEX #4223CA Purple Heart

📋 copy color: '#4223CA'

red 66 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #4223CA

Tints of Purple Heart #4223CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 21.78%
G = 11.55%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4223CA (or 0x4223CA) is known color: Purple Heart. HEX triplet: 42, 23 and CA. RGB value is (66,35,202). Sum of RGB (Red+Green+Blue) = 66+35+202=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #4223CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223CA is #BDDC35. Grayscale: #3E3E3E. Windows color (decimal): -12442678 or 13247298. OLE color: 13247298.

HSL color Cylindrical-coordinate representation of color #4223CA: hue angle of 251.14º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4223CA is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 35 202 -
CMYK 0.67 0.83 0 0.21
HSL 251.14º 0.7% 0.46% -
HSV(B) 251.14º 0.83% 0.79% -
XYZ 13.51 6.62 56.44 -
YUV 63.31 206.27 129.92 -
System Red Green Blue C M Y K H S L
Decimal 66 35 202 0.67 0.83 0 0.21 251.14 0.7 0.46
Hex 42 23 CA 43 53 0 15 FB 46 2E
Octal 102 43 312 103 123 0 25 373 106 56
Binary 1000010 100011 11001010 1000011 1010011 0 10101 11111011 1000110 101110

Color Harmonies of #4223CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4223CA

Black with #4223CA

Text Example


Text Example

White with #4223CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4223CA; }

 p { color: rgb(66,35,202); }

 H1.HeaderClassName
 {
   color: #4223CA;
 }
 .AnyTagClassName
 {
   color: #4223CA;
 }
</style>

background-color css

<style>
 a { background-color: #4223CA; }

 a { background-color: rgb(66,35,202); }

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

border-color css

<style>
 span { border-color: #4223CA; }

 span { border-color: rgb(66,35,202); }

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