Html Css Color HEX #4309CA Purple Heart

📋 copy color: '#4309CA'

red 67 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #4309CA

Tints of Purple Heart #4309CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 24.1%
G = 3.24%
B = 72.66%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4309CA (or 0x4309CA) is known color: Purple Heart. HEX triplet: 43, 09 and CA. RGB value is (67,9,202). Sum of RGB (Red+Green+Blue) = 67+9+202=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #4309CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4309CA is #BCF635. Grayscale: #2F2F2F. Windows color (decimal): -12383798 or 13240643. OLE color: 13240643.

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

Color convert

RGB 67 9 202 -
CMYK 0.67 0.96 0 0.21
HSL 258.03º 0.91% 0.41% -
HSV(B) 258.03º 0.96% 0.79% -
XYZ 13.07 5.65 56.28 -
YUV 48.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 67 9 202 0.67 0.96 0 0.21 258.03 0.91 0.41
Hex 43 9 CA 43 60 0 15 102 5B 29
Octal 103 11 312 103 140 0 25 402 133 51
Binary 1000011 1001 11001010 1000011 1100000 0 10101 100000010 1011011 101001

Color Harmonies of #4309CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4309CA

Black with #4309CA

Text Example


Text Example

White with #4309CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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