Html Css Color HEX #430CBE Purple Heart

📋 copy color: '#430CBE'

red 67 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #430CBE

Tints of Purple Heart #430CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 190 (74.61% from 255) = 70.63%

R = 24.91%
G = 4.46%
B = 70.63%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#430CBE (or 0x430CBE) is known color: Purple Heart. HEX triplet: 43, 0C and BE. RGB value is (67,12,190). Sum of RGB (Red+Green+Blue) = 67+12+190=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #430CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CBE is #BCF341. Grayscale: #303030. Windows color (decimal): -12383042 or 12454979. OLE color: 12454979.

HSL color Cylindrical-coordinate representation of color #430CBE: hue angle of 258.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CBE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 12 190 -
CMYK 0.65 0.94 0 0.25
HSL 258.54º 0.88% 0.4% -
HSV(B) 258.54º 0.94% 0.75% -
XYZ 11.74 5.17 49.1 -
YUV 48.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 67 12 190 0.65 0.94 0 0.25 258.54 0.88 0.4
Hex 43 C BE 41 5E 0 19 103 58 28
Octal 103 14 276 101 136 0 31 403 130 50
Binary 1000011 1100 10111110 1000001 1011110 0 11001 100000011 1011000 101000

Color Harmonies of #430CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CBE

Black with #430CBE

Text Example


Text Example

White with #430CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,12,190); }

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

background-color css

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

 a { background-color: rgb(67,12,190); }

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

border-color css

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

 span { border-color: rgb(67,12,190); }

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