Html Css Color HEX #6308BF Purple Heart

📋 copy color: '#6308BF'

red 99 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #6308BF

Tints of Purple Heart #6308BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.09%

R = 33.22%
G = 2.68%
B = 64.09%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6308BF (or 0x6308BF) is known color: Purple Heart. HEX triplet: 63, 08 and BF. RGB value is (99,8,191). Sum of RGB (Red+Green+Blue) = 99+8+191=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #6308BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308BF is #9CF740. Grayscale: #373737. Windows color (decimal): -10286913 or 12519523. OLE color: 12519523.

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

Color convert

RGB 99 8 191 -
CMYK 0.48 0.96 0 0.25
HSL 269.84º 0.92% 0.39% -
HSV(B) 269.84º 0.96% 0.75% -
XYZ 14.64 6.59 49.79 -
YUV 56.07 204.15 158.62 -
System Red Green Blue C M Y K H S L
Decimal 99 8 191 0.48 0.96 0 0.25 269.84 0.92 0.39
Hex 63 8 BF 30 60 0 19 10E 5C 27
Octal 143 10 277 60 140 0 31 416 134 47
Binary 1100011 1000 10111111 110000 1100000 0 11001 100001110 1011100 100111

Color Harmonies of #6308BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308BF

Black with #6308BF

Text Example


Text Example

White with #6308BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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