Html Css Color HEX #6505CD Purple Heart

📋 copy color: '#6505CD'

red 101 ◦ green 5 ◦ blue 205

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

Shades of Purple Heart #6505CD

Tints of Purple Heart #6505CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 205 (80.47% from 255) = 65.92%

R = 32.48%
G = 1.61%
B = 65.92%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6505CD (or 0x6505CD) is known color: Purple Heart. HEX triplet: 65, 05 and CD. RGB value is (101,5,205). Sum of RGB (Red+Green+Blue) = 101+5+205=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #6505CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505CD is #9AFA32. Grayscale: #373737. Windows color (decimal): -10156595 or 13436261. OLE color: 13436261.

HSL color Cylindrical-coordinate representation of color #6505CD: hue angle of 268.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6505CD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 5 205 -
CMYK 0.51 0.98 0 0.20
HSL 268.8º 0.95% 0.41% -
HSV(B) 268.8º 0.98% 0.8% -
XYZ 16.44 7.28 58.3 -
YUV 56.5 211.8 159.74 -
System Red Green Blue C M Y K H S L
Decimal 101 5 205 0.51 0.98 0 0.20 268.8 0.95 0.41
Hex 65 5 CD 33 62 0 14 10D 5F 29
Octal 145 5 315 63 142 0 24 415 137 51
Binary 1100101 101 11001101 110011 1100010 0 10100 100001101 1011111 101001

Color Harmonies of #6505CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505CD

Black with #6505CD

Text Example


Text Example

White with #6505CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6505CD; }

 p { color: rgb(101,5,205); }

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

background-color css

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

 a { background-color: rgb(101,5,205); }

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

border-color css

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

 span { border-color: rgb(101,5,205); }

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