Html Css Color HEX #430EBB Purple Heart

📋 copy color: '#430EBB'

red 67 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #430EBB

Tints of Purple Heart #430EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.78%

R = 25%
G = 5.22%
B = 69.78%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#430EBB (or 0x430EBB) is known color: Purple Heart. HEX triplet: 43, 0E and BB. RGB value is (67,14,187). Sum of RGB (Red+Green+Blue) = 67+14+187=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #430EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EBB is #BCF144. Grayscale: #303030. Windows color (decimal): -12382533 or 12258883. OLE color: 12258883.

HSL color Cylindrical-coordinate representation of color #430EBB: hue angle of 258.38º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430EBB is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 14 187 -
CMYK 0.64 0.93 0 0.27
HSL 258.38º 0.86% 0.39% -
HSV(B) 258.38º 0.93% 0.73% -
XYZ 11.44 5.1 47.39 -
YUV 49.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 67 14 187 0.64 0.93 0 0.27 258.38 0.86 0.39
Hex 43 E BB 40 5D 0 1B 102 56 27
Octal 103 16 273 100 135 0 33 402 126 47
Binary 1000011 1110 10111011 1000000 1011101 0 11011 100000010 1010110 100111

Color Harmonies of #430EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EBB

Black with #430EBB

Text Example


Text Example

White with #430EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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