Html Css Color HEX #450CBC Purple Heart

📋 copy color: '#450CBC'

red 69 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #450CBC

Tints of Purple Heart #450CBC

RGB

 RED value IS 69 (27.34% from 255) = 25.65%

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 25.65%
G = 4.46%
B = 69.89%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#450CBC (or 0x450CBC) is known color: Purple Heart. HEX triplet: 45, 0C and BC. RGB value is (69,12,188). Sum of RGB (Red+Green+Blue) = 69+12+188=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #450CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CBC is #BAF343. Grayscale: #303030. Windows color (decimal): -12251972 or 12323909. OLE color: 12323909.

HSL color Cylindrical-coordinate representation of color #450CBC: hue angle of 259.43º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CBC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 12 188 -
CMYK 0.63 0.94 0 0.26
HSL 259.43º 0.88% 0.39% -
HSV(B) 259.43º 0.94% 0.74% -
XYZ 11.66 5.16 47.96 -
YUV 49.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 69 12 188 0.63 0.94 0 0.26 259.43 0.88 0.39
Hex 45 C BC 3F 5E 0 1A 103 58 27
Octal 105 14 274 77 136 0 32 403 130 47
Binary 1000101 1100 10111100 111111 1011110 0 11010 100000011 1011000 100111

Color Harmonies of #450CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CBC

Black with #450CBC

Text Example


Text Example

White with #450CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450CBC; }

 p { color: rgb(69,12,188); }

 H1.HeaderClassName
 {
   color: #450CBC;
 }
 .AnyTagClassName
 {
   color: #450CBC;
 }
</style>

background-color css

<style>
 a { background-color: #450CBC; }

 a { background-color: rgb(69,12,188); }

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

border-color css

<style>
 span { border-color: #450CBC; }

 span { border-color: rgb(69,12,188); }

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