Html Css Color HEX #6530DA Purple Heart

📋 copy color: '#6530DA'

red 101 ◦ green 48 ◦ blue 218

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

Shades of Purple Heart #6530DA

Tints of Purple Heart #6530DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 27.52%
G = 13.08%
B = 59.4%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6530DA (or 0x6530DA) is known color: Purple Heart. HEX triplet: 65, 30 and DA. RGB value is (101,48,218). Sum of RGB (Red+Green+Blue) = 101+48+218=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #6530DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6530DA is #9ACF25. Grayscale: #525252. Windows color (decimal): -10145574 or 14299237. OLE color: 14299237.

HSL color Cylindrical-coordinate representation of color #6530DA: hue angle of 258.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6530DA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 48 218 -
CMYK 0.54 0.78 0 0.15
HSL 258.71º 0.7% 0.52% -
HSV(B) 258.71º 0.78% 0.85% -
XYZ 19.08 9.94 67.24 -
YUV 83.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 101 48 218 0.54 0.78 0 0.15 258.71 0.7 0.52
Hex 65 30 DA 36 4E 0 F 103 46 34
Octal 145 60 332 66 116 0 17 403 106 64
Binary 1100101 110000 11011010 110110 1001110 0 1111 100000011 1000110 110100

Color Harmonies of #6530DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530DA

Black with #6530DA

Text Example


Text Example

White with #6530DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6530DA; }

 p { color: rgb(101,48,218); }

 H1.HeaderClassName
 {
   color: #6530DA;
 }
 .AnyTagClassName
 {
   color: #6530DA;
 }
</style>

background-color css

<style>
 a { background-color: #6530DA; }

 a { background-color: rgb(101,48,218); }

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

border-color css

<style>
 span { border-color: #6530DA; }

 span { border-color: rgb(101,48,218); }

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