Html Css Color HEX #430ECA Purple Heart

📋 copy color: '#430ECA'

red 67 ◦ green 14 ◦ blue 202

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

Shades of Purple Heart #430ECA

Tints of Purple Heart #430ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.95%

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

R = 23.67%
G = 4.95%
B = 71.38%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#430ECA (or 0x430ECA) is known color: Purple Heart. HEX triplet: 43, 0E and CA. RGB value is (67,14,202). Sum of RGB (Red+Green+Blue) = 67+14+202=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #430ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ECA is #BCF135. Grayscale: #323232. Windows color (decimal): -12382518 or 13241923. OLE color: 13241923.

HSL color Cylindrical-coordinate representation of color #430ECA: hue angle of 256.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430ECA is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 67 14 202 -
CMYK 0.67 0.93 0 0.21
HSL 256.91º 0.87% 0.42% -
HSV(B) 256.91º 0.93% 0.79% -
XYZ 13.13 5.77 56.3 -
YUV 51.28 213.06 139.21 -
System Red Green Blue C M Y K H S L
Decimal 67 14 202 0.67 0.93 0 0.21 256.91 0.87 0.42
Hex 43 E CA 43 5D 0 15 101 57 2A
Octal 103 16 312 103 135 0 25 401 127 52
Binary 1000011 1110 11001010 1000011 1011101 0 10101 100000001 1010111 101010

Color Harmonies of #430ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430ECA

Black with #430ECA

Text Example


Text Example

White with #430ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430ECA; }

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

 H1.HeaderClassName
 {
   color: #430ECA;
 }
 .AnyTagClassName
 {
   color: #430ECA;
 }
</style>

background-color css

<style>
 a { background-color: #430ECA; }

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

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

border-color css

<style>
 span { border-color: #430ECA; }

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

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