Html Css Color HEX #6635DA Purple Heart

📋 copy color: '#6635DA'

red 102 ◦ green 53 ◦ blue 218

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

Shades of Purple Heart #6635DA

Tints of Purple Heart #6635DA

RGB

 RED value IS 102 (40.23% from 255) = 27.35%

 GREEN value IS 53 (21.09% from 255) = 14.21%

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

R = 27.35%
G = 14.21%
B = 58.45%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6635DA (or 0x6635DA) is known color: Purple Heart. HEX triplet: 66, 35 and DA. RGB value is (102,53,218). Sum of RGB (Red+Green+Blue) = 102+53+218=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #6635DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6635DA is #99CA25. Grayscale: #555555. Windows color (decimal): -10078758 or 14300518. OLE color: 14300518.

HSL color Cylindrical-coordinate representation of color #6635DA: hue angle of 257.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6635DA is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 53 218 -
CMYK 0.53 0.76 0 0.15
HSL 257.82º 0.69% 0.53% -
HSV(B) 257.82º 0.76% 0.85% -
XYZ 19.41 10.43 67.32 -
YUV 86.46 202.23 139.08 -
System Red Green Blue C M Y K H S L
Decimal 102 53 218 0.53 0.76 0 0.15 257.82 0.69 0.53
Hex 66 35 DA 35 4C 0 F 102 45 35
Octal 146 65 332 65 114 0 17 402 105 65
Binary 1100110 110101 11011010 110101 1001100 0 1111 100000010 1000101 110101

Color Harmonies of #6635DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6635DA

Black with #6635DA

Text Example


Text Example

White with #6635DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,53,218); }

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

background-color css

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

 a { background-color: rgb(102,53,218); }

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

border-color css

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

 span { border-color: rgb(102,53,218); }

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