Html Css Color HEX #430DCA Purple Heart

📋 copy color: '#430DCA'

red 67 ◦ green 13 ◦ blue 202

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

Shades of Purple Heart #430DCA

Tints of Purple Heart #430DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

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

R = 23.76%
G = 4.61%
B = 71.63%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#430DCA (or 0x430DCA) is known color: Purple Heart. HEX triplet: 43, 0D and CA. RGB value is (67,13,202). Sum of RGB (Red+Green+Blue) = 67+13+202=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #430DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DCA is #BCF235. Grayscale: #313131. Windows color (decimal): -12382774 or 13241667. OLE color: 13241667.

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

Color convert

RGB 67 13 202 -
CMYK 0.67 0.94 0 0.21
HSL 257.14º 0.88% 0.42% -
HSV(B) 257.14º 0.94% 0.79% -
XYZ 13.12 5.75 56.29 -
YUV 50.69 213.39 139.63 -
System Red Green Blue C M Y K H S L
Decimal 67 13 202 0.67 0.94 0 0.21 257.14 0.88 0.42
Hex 43 D CA 43 5E 0 15 101 58 2A
Octal 103 15 312 103 136 0 25 401 130 52
Binary 1000011 1101 11001010 1000011 1011110 0 10101 100000001 1011000 101010

Color Harmonies of #430DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430DCA

Black with #430DCA

Text Example


Text Example

White with #430DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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