Html Css Color HEX #450652 Blackcurrant

📋 copy color: '#450652'

red 69 ◦ green 6 ◦ blue 82

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

Shades of Blackcurrant #450652

Tints of Blackcurrant #450652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 43.95%
G = 3.82%
B = 52.23%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450652 (or 0x450652) is known color: Blackcurrant. HEX triplet: 45, 06 and 52. RGB value is (69,6,82). Sum of RGB (Red+Green+Blue) = 69+6+82=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #450652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450652 is #BAF9AD. Grayscale: #212121. Windows color (decimal): -12253614 or 5375557. OLE color: 5375557.

HSL color Cylindrical-coordinate representation of color #450652: hue angle of 289.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450652 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 6 82 -
CMYK 0.16 0.93 0 0.68
HSL 289.74º 0.86% 0.17% -
HSV(B) 289.74º 0.93% 0.32% -
XYZ 4.04 2 8.16 -
YUV 33.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 69 6 82 0.16 0.93 0 0.68 289.74 0.86 0.17
Hex 45 6 52 10 5D 0 44 122 56 11
Octal 105 6 122 20 135 0 104 442 126 21
Binary 1000101 110 1010010 10000 1011101 0 1000100 100100010 1010110 10001

Color Harmonies of #450652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450652

Black with #450652

Text Example


Text Example

White with #450652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450652; }

 p { color: rgb(69,6,82); }

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

background-color css

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

 a { background-color: rgb(69,6,82); }

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

border-color css

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

 span { border-color: rgb(69,6,82); }

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