Html Css Color HEX #4023CA Purple Heart

📋 copy color: '#4023CA'

red 64 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #4023CA

Tints of Purple Heart #4023CA

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

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

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

R = 21.26%
G = 11.63%
B = 67.11%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4023CA (or 0x4023CA) is known color: Purple Heart. HEX triplet: 40, 23 and CA. RGB value is (64,35,202). Sum of RGB (Red+Green+Blue) = 64+35+202=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #4023CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023CA is #BFDC35. Grayscale: #3E3E3E. Windows color (decimal): -12573750 or 13247296. OLE color: 13247296.

HSL color Cylindrical-coordinate representation of color #4023CA: hue angle of 250.42º 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 #4023CA is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 35 202 -
CMYK 0.68 0.83 0 0.21
HSL 250.42º 0.7% 0.46% -
HSV(B) 250.42º 0.83% 0.79% -
XYZ 13.38 6.56 56.44 -
YUV 62.71 206.61 128.92 -
System Red Green Blue C M Y K H S L
Decimal 64 35 202 0.68 0.83 0 0.21 250.42 0.7 0.46
Hex 40 23 CA 44 53 0 15 FA 46 2E
Octal 100 43 312 104 123 0 25 372 106 56
Binary 1000000 100011 11001010 1000100 1010011 0 10101 11111010 1000110 101110

Color Harmonies of #4023CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4023CA

Black with #4023CA

Text Example


Text Example

White with #4023CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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