Html Css Color HEX #6308BD Purple Heart

📋 copy color: '#6308BD'

red 99 ◦ green 8 ◦ blue 189

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

Shades of Purple Heart #6308BD

Tints of Purple Heart #6308BD

RGB

 RED value IS 99 (39.06% from 255) = 33.45%

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 33.45%
G = 2.7%
B = 63.85%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6308BD (or 0x6308BD) is known color: Purple Heart. HEX triplet: 63, 08 and BD. RGB value is (99,8,189). Sum of RGB (Red+Green+Blue) = 99+8+189=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #6308BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308BD is #9CF742. Grayscale: #373737. Windows color (decimal): -10286915 or 12388451. OLE color: 12388451.

HSL color Cylindrical-coordinate representation of color #6308BD: hue angle of 270.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6308BD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 8 189 -
CMYK 0.48 0.96 0 0.26
HSL 270.17º 0.92% 0.39% -
HSV(B) 270.17º 0.96% 0.74% -
XYZ 14.42 6.5 48.64 -
YUV 55.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 99 8 189 0.48 0.96 0 0.26 270.17 0.92 0.39
Hex 63 8 BD 30 60 0 1A 10E 5C 27
Octal 143 10 275 60 140 0 32 416 134 47
Binary 1100011 1000 10111101 110000 1100000 0 11010 100001110 1011100 100111

Color Harmonies of #6308BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308BD

Black with #6308BD

Text Example


Text Example

White with #6308BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6308BD; }

 p { color: rgb(99,8,189); }

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

background-color css

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

 a { background-color: rgb(99,8,189); }

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

border-color css

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

 span { border-color: rgb(99,8,189); }

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