Html Css Color HEX #6508CC Purple Heart

📋 copy color: '#6508CC'

red 101 ◦ green 8 ◦ blue 204

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

Shades of Purple Heart #6508CC

Tints of Purple Heart #6508CC

RGB

 RED value IS 101 (39.84% from 255) = 32.27%

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 32.27%
G = 2.56%
B = 65.18%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6508CC (or 0x6508CC) is known color: Purple Heart. HEX triplet: 65, 08 and CC. RGB value is (101,8,204). Sum of RGB (Red+Green+Blue) = 101+8+204=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #6508CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508CC is #9AF733. Grayscale: #393939. Windows color (decimal): -10155828 or 13371493. OLE color: 13371493.

HSL color Cylindrical-coordinate representation of color #6508CC: hue angle of 268.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6508CC is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 8 204 -
CMYK 0.50 0.96 0 0.2
HSL 268.47º 0.92% 0.42% -
HSV(B) 268.47º 0.96% 0.8% -
XYZ 16.35 7.3 57.67 -
YUV 58.15 210.31 158.56 -
System Red Green Blue C M Y K H S L
Decimal 101 8 204 0.50 0.96 0 0.2 268.47 0.92 0.42
Hex 65 8 CC 32 60 0 14 10C 5C 2A
Octal 145 10 314 62 140 0 24 414 134 52
Binary 1100101 1000 11001100 110010 1100000 0 10100 100001100 1011100 101010

Color Harmonies of #6508CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508CC

Black with #6508CC

Text Example


Text Example

White with #6508CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6508CC; }

 p { color: rgb(101,8,204); }

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

background-color css

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

 a { background-color: rgb(101,8,204); }

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

border-color css

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

 span { border-color: rgb(101,8,204); }

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