Html Css Color HEX #6308AC Purple Heart

📋 copy color: '#6308AC'

red 99 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #6308AC

Tints of Purple Heart #6308AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 35.48%
G = 2.87%
B = 61.65%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6308AC (or 0x6308AC) is known color: Purple Heart. HEX triplet: 63, 08 and AC. RGB value is (99,8,172). Sum of RGB (Red+Green+Blue) = 99+8+172=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #6308AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6308AC is #9CF753. Grayscale: #353535. Windows color (decimal): -10286932 or 11274339. OLE color: 11274339.

HSL color Cylindrical-coordinate representation of color #6308AC: hue angle of 273.29º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6308AC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 8 172 -
CMYK 0.42 0.95 0 0.33
HSL 273.29º 0.91% 0.35% -
HSV(B) 273.29º 0.95% 0.67% -
XYZ 12.68 5.8 39.48 -
YUV 53.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 99 8 172 0.42 0.95 0 0.33 273.29 0.91 0.35
Hex 63 8 AC 2A 5F 0 21 111 5B 23
Octal 143 10 254 52 137 0 41 421 133 43
Binary 1100011 1000 10101100 101010 1011111 0 100001 100010001 1011011 100011

Color Harmonies of #6308AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308AC

Black with #6308AC

Text Example


Text Example

White with #6308AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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