Html Css Color HEX #4320CA Purple Heart

📋 copy color: '#4320CA'

red 67 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #4320CA

Tints of Purple Heart #4320CA

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 22.26%
G = 10.63%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4320CA (or 0x4320CA) is known color: Purple Heart. HEX triplet: 43, 20 and CA. RGB value is (67,32,202). Sum of RGB (Red+Green+Blue) = 67+32+202=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 32 (12.89% from 255 or 10.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 #4320CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320CA is #BCDF35. Grayscale: #3D3D3D. Windows color (decimal): -12377910 or 13246531. OLE color: 13246531.

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

Color convert

RGB 67 32 202 -
CMYK 0.67 0.84 0 0.21
HSL 252.35º 0.73% 0.46% -
HSV(B) 252.35º 0.84% 0.79% -
XYZ 13.49 6.49 56.42 -
YUV 61.85 207.1 131.68 -
System Red Green Blue C M Y K H S L
Decimal 67 32 202 0.67 0.84 0 0.21 252.35 0.73 0.46
Hex 43 20 CA 43 54 0 15 FC 49 2E
Octal 103 40 312 103 124 0 25 374 111 56
Binary 1000011 100000 11001010 1000011 1010100 0 10101 11111100 1001001 101110

Color Harmonies of #4320CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4320CA

Black with #4320CA

Text Example


Text Example

White with #4320CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,32,202); }

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

background-color css

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

 a { background-color: rgb(67,32,202); }

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

border-color css

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

 span { border-color: rgb(67,32,202); }

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