Html Css Color HEX #430ACA Purple Heart

📋 copy color: '#430ACA'

red 67 ◦ green 10 ◦ blue 202

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

Shades of Purple Heart #430ACA

Tints of Purple Heart #430ACA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.58%

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

R = 24.01%
G = 3.58%
B = 72.4%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#430ACA (or 0x430ACA) is known color: Purple Heart. HEX triplet: 43, 0A and CA. RGB value is (67,10,202). Sum of RGB (Red+Green+Blue) = 67+10+202=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #430ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ACA is #BCF535. Grayscale: #303030. Windows color (decimal): -12383542 or 13240899. OLE color: 13240899.

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

Color convert

RGB 67 10 202 -
CMYK 0.67 0.95 0 0.21
HSL 257.81º 0.91% 0.42% -
HSV(B) 257.81º 0.95% 0.79% -
XYZ 13.08 5.67 56.28 -
YUV 48.93 214.38 140.89 -
System Red Green Blue C M Y K H S L
Decimal 67 10 202 0.67 0.95 0 0.21 257.81 0.91 0.42
Hex 43 A CA 43 5F 0 15 102 5B 2A
Octal 103 12 312 103 137 0 25 402 133 52
Binary 1000011 1010 11001010 1000011 1011111 0 10101 100000010 1011011 101010

Color Harmonies of #430ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430ACA

Black with #430ACA

Text Example


Text Example

White with #430ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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